Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Count Property (RasterCollection<T>)








Gets the number of items in the collection.
Syntax
public virtual int Count {get;}
'Declaration
 
Public Overridable ReadOnly Property Count As Integer
'Usage
 
Dim instance As RasterCollection(Of T)
Dim value As Integer
 
value = instance.Count
public virtual int Count {get;}
 get_Count(); 
public:
virtual property int Count {
   int get();
}

Property Value

The number of items in the collection.
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file